SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
28.7 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 120
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
5.6 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /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 mb_product p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mb_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 mb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mb_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN mb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE ((pac.id_attribute=64)) AND p.visibility IN ('both', 'catalog') AND c.nleft>=2 AND c.nright<=221 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute=64)) GROUP BY p.id_manufacturer |
3.7 |
448 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:735 /modules/ps_facetedsearch/src/Filters/Block.php:517 /modules/ps_facetedsearch/src/Filters/Block.php:128 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM mb_product p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mb_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 mb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mb_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN mb_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 p.id_manufacturer IN (14, 33, 22, 18, 42, 37) AND c.nleft>=2 AND c.nright<=221 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN mb_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=6)) GROUP BY pac.id_attribute |
2.4 |
36 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:735 /modules/ps_facetedsearch/src/Filters/Block.php:595 /modules/ps_facetedsearch/src/Filters/Block.php:132 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `mb_category` c
INNER JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `mb_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND c.id_category IN (SELECT id_category FROM `mb_category_group` WHERE `id_group` IN (1))
ORDER BY `level_depth` ASC, cs.`position` ASC |
2 |
111 |
Yes |
|
/modules/posmegamenu/posmegamenu.php:995
/modules/posmegamenu/posmegamenu.php:1262 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `mb_category` c
INNER JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `mb_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 221
AND c.id_category IN (
SELECT id_category
FROM `mb_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
1.7 |
111 |
Yes |
|
/modules/ps_categorytree/ps_categorytree.php:166
/modules/ps_categorytree/ps_categorytree.php:350 /modules/ps_categorytree/ps_categorytree.php:330 /classes/Hook.php:971 /classes/Hook.php:923 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:289 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM mb_product p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mb_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 mb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mb_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN mb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE ((pac.id_attribute=64)) AND p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (14, 33, 22, 18, 42, 37) AND c.nleft>=2 AND c.nright<=221 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN mb_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN mb_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=1)) AND ((pac_1.id_attribute=64)) GROUP BY pac.id_attribute |
1.2 |
50176 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:735 /modules/ps_facetedsearch/src/Filters/Block.php:595 /modules/ps_facetedsearch/src/Filters/Block.php:132 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 mb_product p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mb_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 mb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mb_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN mb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE ((pac.id_attribute=64)) AND p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (14, 33, 22, 18, 42, 37) AND c.nleft>=2 AND c.nright<=221 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN mb_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, 30 |
1.2 |
50176 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:88 /modules/ps_facetedsearch/src/Product/SearchProvider.php:143 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM mb_product p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mb_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 mb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mb_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN mb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE ((pac.id_attribute=64)) AND p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (14, 33, 22, 18, 42, 37) AND c.nleft>=2 AND c.nright<=221 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN mb_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN mb_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=5)) AND ((pac_1.id_attribute=64)) GROUP BY pac.id_attribute |
1.1 |
50176 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:735 /modules/ps_facetedsearch/src/Filters/Block.php:595 /modules/ps_facetedsearch/src/Filters/Block.php:132 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM mb_product p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mb_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 mb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mb_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN mb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE ((pac.id_attribute=64)) AND p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (14, 33, 22, 18, 42, 37) AND c.nleft>=2 AND c.nright<=221 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN mb_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN mb_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=4)) AND ((pac_1.id_attribute=64)) GROUP BY pac.id_attribute |
1.1 |
50176 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:735 /modules/ps_facetedsearch/src/Filters/Block.php:595 /modules/ps_facetedsearch/src/Filters/Block.php:132 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT 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 mb_product p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mb_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 mb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mb_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN mb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE ((pac.id_attribute=64)) AND p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (14, 33, 22, 18, 42, 37) AND c.nleft>=2 AND c.nright<=221 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute=64)) |
1.1 |
50176 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:735 /modules/ps_facetedsearch/src/Adapter/MySQL.php:713 /modules/ps_facetedsearch/src/Filters/Products.php:92 /modules/ps_facetedsearch/src/Product/SearchProvider.php:143 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_configuration` c
LEFT JOIN `mb_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.1 |
1015 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209 /classes/Configuration.php:289 /classes/shop/Shop.php:381 /config/config.inc.php:119 /index.php:27
|
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM mb_product p INNER JOIN mb_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 6) INNER JOIN mb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mb_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN mb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute=64)) AND p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (14, 33, 22, 18, 42, 37) AND c.nleft>=2 AND c.nright<=221 AND ps.id_shop='1' |
0.9 |
224 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:58 /modules/ps_facetedsearch/src/Filters/Block.php:232 /modules/ps_facetedsearch/src/Filters/Block.php:116 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-07-25 00:00:00",
INTERVAL 50 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `mb_category_product` cp
LEFT JOIN `mb_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `mb_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN mb_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `mb_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `mb_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `mb_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `mb_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `mb_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,999999999 |
0.9 |
51 |
|
|
/classes/Category.php:1010
/modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `mb_manufacturer` m INNER JOIN mb_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `mb_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 |
0.9 |
39 |
Yes |
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Converter.php:262 /modules/ps_facetedsearch/src/Product/SearchProvider.php:125 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `mb_category` c
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `mb_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 |
0.9 |
12 |
Yes |
Yes |
/classes/Category.php:872
/controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM mb_product p INNER JOIN mb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mb_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN mb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN mb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute=64)) AND p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (14, 33, 22, 18, 42, 37) AND c.nleft>=2 AND c.nright<=221 AND ps.id_shop='1' |
0.8 |
224 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:700 /modules/ps_facetedsearch/src/Filters/Block.php:321 /modules/ps_facetedsearch/src/Filters/Block.php:119 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `mb_module` m
INNER JOIN mb_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 `mb_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `mb_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `mb_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `mb_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
0.8 |
65 |
Yes |
Yes |
/classes/Hook.php:666
/classes/Hook.php:771 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE pc.`id_poscateproduct_items` as id_item, pci.`list_subcategories`, pci.`position`, pci.`active`, pci.`id_category`,
pcil.`url`, pcil.`description`, pcil.`image`
FROM mb_poscateproduct pc
LEFT JOIN mb_poscateproduct_items pci ON (pc.id_poscateproduct_items= pci.id_poscateproduct_items)
LEFT JOIN mb_poscateproduct_items_lang pcil ON (pci.id_poscateproduct_items = pcil.id_poscateproduct_items)
WHERE id_shop = 1
AND pcil.id_lang = 1 AND pci.`active` = 1
ORDER BY pci.position |
0.7 |
1 |
Yes |
|
/modules/poscateproduct/poscateproduct.php:982
/modules/poscateproduct/poscateproduct.php:677 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `mb_manufacturer` m INNER JOIN mb_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `mb_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 |
0.7 |
39 |
Yes |
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Block.php:508 /modules/ps_facetedsearch/src/Filters/Block.php:128 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, active
FROM `mb_hook_module` hm
STRAIGHT_JOIN `mb_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `mb_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
0.6 |
297 |
|
|
/classes/Hook.php:403
/classes/Hook.php:445 /classes/tax/TaxManagerFactory.php:67 /classes/tax/TaxManagerFactory.php:46 /classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
0.5 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `mb_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `mb_hook_alias` ha
INNER JOIN `mb_hook` h ON ha.name = h.name |
0.4 |
0 |
|
|
/classes/Hook.php:190
/classes/Hook.php:783 /classes/Dispatcher.php:352 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1376 AND pa.`id_product` = 1376 AND pa.`id_product_attribute` = 475 LIMIT 1 |
0.4 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `mb_attribute_group` ag INNER JOIN `mb_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `mb_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `mb_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN mb_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN mb_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `mb_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
0.4 |
12 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
/modules/ps_facetedsearch/src/Filters/Block.php:589 /modules/ps_facetedsearch/src/Filters/Block.php:132 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `mb_currency` c
LEFT JOIN mb_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
0.4 |
1 |
|
|
/classes/Currency.php:661
/classes/Currency.php:678 /classes/module/Module.php:2352 /modules/ps_linklist/ps_linklist.php:211 /classes/Hook.php:971 /classes/Hook.php:923 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:175 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:51 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3895 |
0.4 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `mb_attribute_group` ag INNER JOIN `mb_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `mb_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `mb_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN mb_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN mb_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `mb_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
0.4 |
63 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
/modules/ps_facetedsearch/src/Filters/Block.php:589 /modules/ps_facetedsearch/src/Filters/Block.php:132 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1740 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1740 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `mb_attribute_group` ag INNER JOIN `mb_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `mb_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `mb_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN mb_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN mb_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `mb_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 5 ORDER BY agl.`name` ASC, a.`position` ASC |
0.3 |
63 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
/modules/ps_facetedsearch/src/Filters/Block.php:589 /modules/ps_facetedsearch/src/Filters/Block.php:132 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1678 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1678 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `mb_attribute_group` ag INNER JOIN mb_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `mb_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `mb_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `mb_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.3 |
5 |
Yes |
Yes |
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
/modules/ps_facetedsearch/src/Filters/Converter.php:353 /modules/ps_facetedsearch/src/Product/SearchProvider.php:125 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 96 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4017 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 120 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 120 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4100 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `mb_attribute_group` ag INNER JOIN `mb_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `mb_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `mb_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN mb_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN mb_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `mb_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
0.3 |
2 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
/modules/ps_facetedsearch/src/Filters/Converter.php:367 /modules/ps_facetedsearch/src/Product/SearchProvider.php:125 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticfooter AS psb
LEFT JOIN mb_pos_staticfooter_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticfooter_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `hook_position` = "footer"
AND `showhook` = 1 |
0.3 |
4 |
|
|
/modules/posstaticfooter/models/Staticfooter.php:51
/modules/posstaticfooter/posstaticfooter.php:104 /classes/Hook.php:966 /classes/Hook.php:355 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/f3/04/35/f304359d6616398d057adbd094c6cf64b73880d7_2.file.footer.tpl.php:54 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/f3/04/35/f304359d6616398d057adbd094c6cf64b73880d7_2.file.footer.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:374 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:124 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 96 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 96 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 2210 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1741 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1741 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 244 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 1371 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 1972 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1374 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1374 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mb_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1678 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.3 |
1 |
Yes |
|
/classes/SpecificPrice.php:549
/classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 120 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4104 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4100 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 4100 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4017 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 4017 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4102 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mb_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1741 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.3 |
1 |
Yes |
|
/classes/SpecificPrice.php:549
/classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 244 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 244 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1376
ORDER BY f.position ASC |
0.3 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 487
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 120 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 487
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 120 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mb_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1740 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.3 |
1 |
Yes |
|
/classes/SpecificPrice.php:549
/classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 97 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 1376 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4017
ORDER BY `position` |
0.3 |
9 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `mb_meta` m
LEFT JOIN `mb_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.3 |
46 |
Yes |
|
/classes/Dispatcher.php:636
/classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `mb_attribute_group` ag INNER JOIN `mb_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `mb_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `mb_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN mb_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN mb_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `mb_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
0.3 |
2 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
/modules/ps_facetedsearch/src/Filters/Block.php:589 /modules/ps_facetedsearch/src/Filters/Block.php:132 /modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1741) AND (b.`id_shop` = 1) LIMIT 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 63
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.3 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 3
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.3 |
16 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1292 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1292 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 120
AND pac.`id_product_attribute` = 487
AND agl.`id_lang` = 1 |
0.3 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1742 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1742 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 213 AND `id_shop` = 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 471
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1374 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 471
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1374 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1376
AND pac.`id_product_attribute` = 475
AND agl.`id_lang` = 1 |
0.3 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1740) AND (b.`id_shop` = 1) LIMIT 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 1370 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1740
ORDER BY f.position ASC |
0.3 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1371 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1371 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 232
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.3 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 120
ORDER BY `position` |
0.3 |
6 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 128
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.3 |
3 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4096 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 1374 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 64
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.3 |
3 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1741
ORDER BY f.position ASC |
0.3 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 1372 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 1369 |
0.3 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 120
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 mb_shop_group gs
LEFT JOIN mb_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN mb_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.2 |
1 |
Yes |
|
/classes/shop/Shop.php:704
/classes/shop/Shop.php:763 /classes/Configuration.php:286 /classes/shop/Shop.php:381 /config/config.inc.php:119 /index.php:27
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1370 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1370 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 120) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM mb_layered_category
WHERE id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.2 |
7 |
Yes |
Yes |
/modules/ps_facetedsearch/src/Filters/Converter.php:247
/modules/ps_facetedsearch/src/Product/SearchProvider.php:125 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3895) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3895 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 3895 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1371
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1742) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 1375 |
0.2 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 97 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 97 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 164
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
2 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1372
AND pac.`id_product_attribute` = 467
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 127
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
3 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 244
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 461
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1369 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 461
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1369 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mb_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1742 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.2 |
1 |
Yes |
|
/classes/SpecificPrice.php:549
/classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1371
ORDER BY `position` |
0.2 |
7 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4103 |
0.2 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4096
ORDER BY `position` |
0.2 |
5 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 65
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
2 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4099 |
0.2 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 481
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 96 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 481
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 96 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4100
ORDER BY `position` |
0.2 |
9 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 3895) |
0.2 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4101 |
0.2 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
(SELECT 1 FROM `mb_cart_rule` WHERE date_to >= "2025-07-25 00:00:00" AND date_to <= "2025-07-25 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `mb_cart_rule` WHERE date_from >= "2025-07-25 00:00:00" AND date_from <= "2025-07-25 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `mb_cart_rule` WHERE date_from < "2025-07-25 00:00:00" AND date_to > "2025-07-25 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
0.2 |
1 |
|
|
/classes/CartRule.php:341
/classes/CartRule.php:374 /classes/Cart.php:2765 /classes/Cart.php:3147 /classes/Cart.php:3216 /src/Core/Cart/Fees.php:81 /src/Core/Cart/Calculator.php:273 /src/Core/Cart/Calculator.php:123 /classes/Cart.php:1951 /src/Adapter/Presenter/Cart/CartPresenter.php:323 /classes/controller/FrontController.php:489 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-25 00:00:00',
INTERVAL 50 DAY
)
) > 0) as new
FROM mb_product p
LEFT JOIN mb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN mb_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 1373 |
0.2 |
3 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1376
ORDER BY `position` |
0.2 |
9 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 742
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4096 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 742
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4096 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 162
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.2 |
1 |
|
|
/classes/Category.php:2130
/classes/Category.php:1492 /modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1372 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1372 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1373
ORDER BY `position` |
0.2 |
8 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 96
ORDER BY `position` |
0.2 |
6 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 96) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4096 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 4096 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4101) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 216
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 473
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1375 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 473
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1375 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 96
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4101 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 4101 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 748
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4100 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 748
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4100 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM mb_shop_url su
LEFT JOIN mb_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'mundobrico.com' OR su.domain_ssl = 'mundobrico.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.2 |
1 |
Yes |
|
/classes/shop/Shop.php:345
/config/config.inc.php:119 /index.php:27
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1972 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1972 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 8
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
16 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1369 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1369 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4099 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 4099 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 634
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4017 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 634
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4017 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 580
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3895 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 580
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3895 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 746
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4099 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 746
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4099 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1376 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1376 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1742
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1740
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1 |
0.2 |
0 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 61
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
3 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1372
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 242
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 72
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4104 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 4104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 227
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 465
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1371 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 465
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1371 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1375 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1375 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2210 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 2210 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `mb_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1292 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-07-25 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-25 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.2 |
1 |
Yes |
|
/classes/SpecificPrice.php:549
/classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1372
ORDER BY `position` |
0.2 |
7 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4100) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1678
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1 |
0.2 |
0 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_8" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:806 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 475
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1376 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 475
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1376 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 463
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1370 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 463
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1370 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 17
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
3 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4103 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 4103 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 62
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
9 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 241
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 717
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 244 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 717
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 244 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4102 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 4102 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_243_right" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 229
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 756
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4104 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 756
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1292
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3895
AND pac.`id_product_attribute` = 580
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 189
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 221
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 217
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1678
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 224
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1373
AND pac.`id_product_attribute` = 469
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4101
AND pac.`id_product_attribute` = 750
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 32
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 124
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1373 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_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` = 1373 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 469
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1373 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 469
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1373 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 459
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2210 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 459
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2210 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4017) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 715
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1972 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 715
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1972 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1678) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 7
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
8 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 166
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 192
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 483
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 97 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 483
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 97 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 244
ORDER BY `position` |
0.2 |
8 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_18" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 178
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4099
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1374
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 467
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1372 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 467
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1372 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1371
AND pac.`id_product_attribute` = 465
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 752
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4102 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 752
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4102 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 188
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1370
AND pac.`id_product_attribute` = 463
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 750
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4101 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 750
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4101 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1292) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 163
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 96
AND pac.`id_product_attribute` = 481
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mb_module` m
LEFT JOIN `mb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.2 |
80 |
|
|
/classes/module/Module.php:305
/modules/ps_mbo/ps_mbo.php:179 :undefined /src/Core/Foundation/IoC/Container.php:130 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/Dispatcher.php:352 /index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mb_module` m
LEFT JOIN `mb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.2 |
80 |
|
|
/classes/module/Module.php:305
/modules/ps_emailsubscription/ps_emailsubscription.php:96 :undefined /src/Core/Foundation/IoC/Container.php:130 /src/Core/Foundation/IoC/Container.php:163 /src/Core/Foundation/IoC/Container.php:176 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1137 /classes/module/Module.php:1116 /classes/Hook.php:880 /classes/controller/FrontController.php:926 /tools/profiling/Controller.php:208 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2210
ORDER BY `position` |
0.2 |
7 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 228
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3895
ORDER BY `position` |
0.2 |
9 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 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 `mb_cart_product` cp
WHERE cp.`id_product_attribute` = 754
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4103 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `mb_cart_product` cp JOIN `mb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `mb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 754
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4103 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.2 |
0 |
|
|
/classes/Cart.php:1234
/classes/Product.php:3681 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 219
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
3 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 218
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
2 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4099
ORDER BY `position` |
0.2 |
11 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1369
AND pac.`id_product_attribute` = 461
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 193
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `mb_tax_rule` tr
JOIN `mb_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.2 |
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3400 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 15
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 246
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (633, 634) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
9 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 175
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
3 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2210
AND pac.`id_product_attribute` = 459
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3895
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 240
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
2 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 244
AND pac.`id_product_attribute` = 717
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1972) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 196) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4102
AND pac.`id_product_attribute` = 752
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1972
AND pac.`id_product_attribute` = 715
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1375
AND pac.`id_product_attribute` = 473
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 244
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 234
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 75
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
3 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 68
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
3 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1375
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 97
AND pac.`id_product_attribute` = 483
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 214) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 96) |
0.2 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1972
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1972
ORDER BY `position` |
0.2 |
8 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 197
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 120 AND pa.`id_product` = 120 AND pa.`id_product_attribute` = 487 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4100
AND pac.`id_product_attribute` = 748
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4104
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4017
AND pac.`id_product_attribute` = 634
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4017
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1371) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 244 AND pa.`id_product` = 244 AND pa.`id_product_attribute` = 717 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 243
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 97
ORDER BY `position` |
0.2 |
6 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4096) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1374) |
0.2 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 53
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
7 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 18
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:637 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1374
AND pac.`id_product_attribute` = 471
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1369
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 21
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 124) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 211
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1370
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4103
ORDER BY `position` |
0.2 |
9 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1375
ORDER BY `position` |
0.2 |
9 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
(SELECT 1 FROM `mb_cart_rule` WHERE date_to >= "2025-07-25 00:00:00" AND date_to <= "2025-07-25 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `mb_cart_rule` WHERE date_from >= "2025-07-25 00:00:00" AND date_from <= "2025-07-25 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `mb_cart_rule` WHERE date_from < "2025-07-25 00:00:00" AND date_to > "2025-07-25 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
0.2 |
1 |
|
|
/classes/CartRule.php:341
/classes/CartRule.php:374 /classes/CartRule.php:509 /classes/Cart.php:529 /src/Adapter/Presenter/Cart/CartPresenter.php:436 /classes/controller/FrontController.php:489 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 227) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1369) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2210) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 233
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `mb_connections`
WHERE `id_guest` = 4032133
AND `date_add` > '2025-07-25 00:22:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.2 |
1 |
Yes |
|
/classes/Connection.php:163
/classes/Connection.php:97 /modules/statsdata/statsdata.php:118 /modules/statsdata/statsdata.php:74 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4099
AND pac.`id_product_attribute` = 746
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4096
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_197" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 130) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4104
AND pac.`id_product_attribute` = 756
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1742
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1 |
0.2 |
0 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4096
AND pac.`id_product_attribute` = 742
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `mb_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.2 |
72 |
|
|
/classes/SpecificPrice.php:283
/classes/SpecificPrice.php:341 /classes/SpecificPrice.php:521 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (488, 487) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2210
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 123
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
3 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_243" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `mb_specific_price` WHERE `id_product` != 0 |
0.2 |
72 |
|
|
/classes/SpecificPrice.php:291
/classes/SpecificPrice.php:341 /classes/SpecificPrice.php:521 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 244) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1369
ORDER BY `position` |
0.2 |
8 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 129) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 216) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4103
AND pac.`id_product_attribute` = 754
AND agl.`id_lang` = 1 |
0.2 |
1 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 97
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4102
ORDER BY `position` |
0.2 |
9 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 2210) |
0.2 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (470, 469) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1372) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4104
ORDER BY `position` |
0.2 |
9 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 163) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (747, 748) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
10 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticfooter AS psb
LEFT JOIN mb_pos_staticfooter_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticfooter_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `hook_position` = "displayFooterAfter"
AND `showhook` = 1 |
0.2 |
4 |
|
|
/modules/posstaticfooter/models/Staticfooter.php:51
/modules/posstaticfooter/posstaticfooter.php:178 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/f3/04/35/f304359d6616398d057adbd094c6cf64b73880d7_2.file.footer.tpl.php:74 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/f3/04/35/f304359d6616398d057adbd094c6cf64b73880d7_2.file.footer.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:374 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:124 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_8_right" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:808 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1742) |
0.2 |
1 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (482, 481) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `mb_lang` l
JOIN mb_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Language.php:1029
/classes/Language.php:1190 /classes/Dispatcher.php:534 /classes/Dispatcher.php:238 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 120) |
0.2 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_17" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:806 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 192) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4104) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_219" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:806 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4102
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4100
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1374
ORDER BY `position` |
0.2 |
8 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 247
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1375) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1678) |
0.2 |
1 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 189) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1370
ORDER BY `position` |
0.2 |
7 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 71
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1741
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1 |
0.2 |
0 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_15" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1370) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 188) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `mb_image` i
INNER JOIN mb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `mb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4101
ORDER BY `position` |
0.2 |
9 |
Yes |
|
/classes/Product.php:3042
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 193) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 22
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (745, 746) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
12 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4101
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1376) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 241) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 212
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4103
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 66
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1741) |
0.2 |
1 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (751, 752) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
10 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 164) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_17" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (753, 754) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
10 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 69
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_3" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1374) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_15_right" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4099) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM mb_feature_product pf
LEFT JOIN mb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN mb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN mb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN mb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1373
ORDER BY f.position ASC |
0.2 |
1 |
Yes |
|
/classes/Product.php:4952
/classes/Product.php:4841 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4103) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:1257 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (755, 756) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
10 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (716, 715) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 236
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1740) |
0.2 |
1 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 238) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 129
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 221) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (749, 750) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
10 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 213
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4102) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 214
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_group` a
LEFT JOIN `mb_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Group.php:78 /classes/Group.php:393 /classes/Cart.php:244 /classes/Cart.php:217 /classes/controller/FrontController.php:409 /controllers/front/listing/CategoryController.php:92 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (741, 742) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
6 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4017 AND pa.`id_product` = 4017 AND pa.`id_product_attribute` = 634 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1292) |
0.2 |
1 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_234" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 4100) |
0.2 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
where id_shop =1
AND id_lang =1
AND `identify` like "pt_item_menu%" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:569
/modules/posmegamenu/posmegamenu.php:584 /modules/posmegamenu/posmegamenu.php:1257 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 212) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
FROM `mb_attribute` a
LEFT JOIN `mb_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `mb_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `mb_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `mb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1292
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1 |
0.2 |
0 |
|
|
/classes/Product.php:6176
/classes/Product.php:4866 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 130
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 242) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 170
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 119
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 24
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 210
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 187
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 186) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 224) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_219_right" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:808 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_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 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 228) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 106
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 225) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1374 AND pa.`id_product` = 1374 AND pa.`id_product_attribute` = 471 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 70
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_234_right" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product` a
LEFT JOIN `mb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `mb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1373) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:550 /classes/Link.php:106 /classes/Link.php:170 /classes/Product.php:4726 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 186
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a0
LEFT JOIN `mb_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 221) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
0.2 |
1 |
Yes |
|
/classes/PrestaShopCollection.php:373
/classes/PrestaShopCollection.php:415 /controllers/front/listing/CategoryController.php:231 /classes/controller/FrontController.php:1679 /classes/controller/FrontController.php:498 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 231) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 67
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 237) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 195) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (460, 459) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1375) |
0.2 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 233) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 239
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 226
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_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 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:85 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 205) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 23
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 215) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (476, 475) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 183
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (462, 461) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 178) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
REPLACE INTO mb_layered_filter_block (hash, data) VALUES ("de6712a121032a3c52bee55e781485f4", "a:1:{s:7:\"filters\";a:4:{i:0;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marca\";s:6:\"values\";a:13:{i:3;a:2:{s:4:\"name\";s:11:\"SAN ANTONIO\";s:3:\"nbr\";s:2:\"26\";}i:5;a:2:{s:4:\"name\";s:4:\"I.T.\";s:3:\"nbr\";s:2:\"11\";}i:6;a:2:{s:4:\"name\";s:6:\"JULCAR\";s:3:\"nbr\";s:1:\"6\";}i:7;a:2:{s:4:\"name\";s:4:\"ALMA\";s:3:\"nbr\";s:1:\"5\";}i:8;a:2:{s:4:\"name\";s:6:\"GIESSE\";s:3:\"nbr\";s:2:\"30\";}i:9;a:2:{s:4:\"name\";s:4:\"STAC\";s:3:\"nbr\";s:2:\"32\";}i:10;a:2:{s:4:\"name\";s:5:\"TOVIC\";s:3:\"nbr\";s:1:\"3\";}i:17;a:2:{s:4:\"name\";s:16:\"SAVIO - FINESTRA\";s:3:\"nbr\";s:2:\"12\";}i:18;a:3:{s:4:\"name\";s:8:\"FRAGOMOR\";s:3:\"nbr\";s:1:\"2\";s:7:\"checked\";b:1;}i:22;a:3:{s:4:\"name\";s:5:\"FAPIM\";s:3:\"nbr\";s:2:\"11\";s:7:\"checked\";b:1;}i:37;a:3:{s:4:\"name\";s:2:\"HT\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:41;a:2:{s:4:\"name\";s:6:\"ERRETI\";s:3:\"nbr\";s:1:\"4\";}i:42;a:3:{s:4:\"name\";s:2:\"GU\";s:3:\"nbr\";s:1:\"9\";s:7:\"checked\";b:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:0:{}i:2;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Precio\";s:3:\"max\";d:40;s:3:\"min\";d:16;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:10:{s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:12:\"#,##0.00 ¤\";s:6:\"symbol\";a:11:{i:0;s:1:\".\";i:1;s:1:\",\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s: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:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:23;s:5:\"value\";N;}i:3;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"6\";s:4:\"name\";s:4:\"Mano\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:2:{i:63;a:4:{s:4:\"name\";s:7:\"DERECHA\";s:3:\"nbr\";s:2:\"23\";s:8:\"url_name\";s:8:\"10metros\";s:10:\"meta_title\";N;}i:64;a:5:{s:4:\"name\";s:9:\"IZQUIERDA\";s:3:\"nbr\";s:2:\"23\";s:8:\"url_name\";s:8:\"11metros\";s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
0.2 |
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:193
/modules/ps_facetedsearch/src/Product/SearchProvider.php:180 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_3" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:806 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_197_right" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 182
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 230
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 231
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 211) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 203) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 244) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 183) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 200) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 194
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_17_right" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 210) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 166) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 230) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 217) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 35
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM mb_cart_product cp INNER JOIN mb_product p
ON (p.id_product = cp.id_product) INNER JOIN mb_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Cart.php:4013
/classes/Cart.php:3988 /classes/Cart.php:1906 /src/Adapter/Presenter/Cart/CartPresenter.php:322 /classes/controller/FrontController.php:489 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 209) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.2 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 4017) |
0.2 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_7" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:806 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_17_right" |
0.2 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:808 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 170) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1372 AND pa.`id_product` = 1372 AND pa.`id_product_attribute` = 467 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_218" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:806 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 175) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_218" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 237
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 487) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4096 AND pa.`id_product` = 4096 AND pa.`id_product_attribute` = 742 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 4103) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 235
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_8" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_7" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 120) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM mb_layered_category WHERE id_category = 2 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC |
0.1 |
7 |
Yes |
Yes |
/modules/ps_facetedsearch/src/Filters/Block.php:108
/modules/ps_facetedsearch/src/Product/SearchProvider.php:179 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 4096) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 247) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 199) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 481 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 196
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 204) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_currency` a
LEFT JOIN `mb_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Currency.php:103 /classes/Currency.php:614 /classes/Tools.php:682 /classes/controller/FrontController.php:350 /controllers/front/listing/CategoryController.php:92 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 240 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (474, 473) AND il.`id_lang` = 1 ORDER by i.`position` |
0.1 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 178) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 223) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 189) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 116
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_219" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:626 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 4099) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 235) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 68 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (466, 465) AND il.`id_lang` = 1 ORDER by i.`position` |
0.1 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 245) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 224 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 188 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 238) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_18_right" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 194) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 220
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 182) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 226) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 239) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 467) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (718, 717) AND il.`id_lang` = 1 ORDER by i.`position` |
0.1 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (484, 483) AND il.`id_lang` = 1 ORDER by i.`position` |
0.1 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 236) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 54
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 201) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_219_right" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3895 AND pa.`id_product` = 3895 AND pa.`id_product_attribute` = 580 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 129) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 177) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (468, 467) AND il.`id_lang` = 1 ORDER by i.`position` |
0.1 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 97) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 225
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 34
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 223
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 209
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 192) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 177
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 200 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 217) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 203 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_3_right" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 193) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1376) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1375 AND pa.`id_product` = 1375 AND pa.`id_product_attribute` = 473 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 240) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 215
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:952 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 235) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (579, 580) AND il.`id_lang` = 1 ORDER by i.`position` |
0.1 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 198) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 182 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1369) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 202) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_lang` a
LEFT JOIN `mb_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Language.php:107 /config/config.inc.php:194 /index.php:27
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_218_right" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 238
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 244) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4100 AND pa.`id_product` = 4100 AND pa.`id_product_attribute` = 748 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4104 AND pa.`id_product` = 4104 AND pa.`id_product_attribute` = 756 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 198 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 189 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN mb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 245
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.1 |
1 |
Yes |
Yes |
/classes/Category.php:1098
/modules/posmegamenu/posmegamenu.php:872 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 193 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 245) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1369 AND pa.`id_product` = 1369 AND pa.`id_product_attribute` = 461 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (472, 471) AND il.`id_lang` = 1 ORDER by i.`position` |
0.1 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `mb_product_attribute_image` pai
LEFT JOIN `mb_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `mb_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (464, 463) AND il.`id_lang` = 1 ORDER by i.`position` |
0.1 |
2 |
Yes |
|
/classes/Product.php:2483
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 580 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 199 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1371) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 471) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1370 AND pa.`id_product` = 1370 AND pa.`id_product_attribute` = 463 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 233) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4099 AND pa.`id_product` = 4099 AND pa.`id_product_attribute` = 746 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 475) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 201 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 205 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 215 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_country` a
LEFT JOIN `mb_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `mb_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:141 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 204 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 213) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1972) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 487 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 459) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 96 AND pa.`id_product` = 96 AND pa.`id_product_attribute` = 481 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_218_right" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:808 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_7_right" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 4104) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 3895) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 197) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 96 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1372) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_8_right" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:628 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4103 AND pa.`id_product` = 4103 AND pa.`id_product_attribute` = 754 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 196) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE value FROM `mb_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.1 |
1 |
|
|
/classes/shop/Shop.php:1160
/classes/Link.php:940 /src/Adapter/Image/ImageRetriever.php:256 /classes/controller/FrontController.php:1519 /classes/controller/FrontController.php:495 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 2210 AND pa.`id_product` = 2210 AND pa.`id_product_attribute` = 459 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/ps_facetedsearch/src/Product/Search.php:101 /modules/ps_facetedsearch/src/Product/SearchProvider.php:130 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_7_right" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:808 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 187) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 238 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE option_id FROM mb_integra_mat WHERE id_integra_mat = 1 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:182
/modules/integraprofam/integraprofam.php:99 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1370) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 225 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 4101) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 465) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 473) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `mb_lang` l
LEFT JOIN `mb_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.1 |
1 |
|
|
/classes/Language.php:882
/config/config.inc.php:138 /index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 221 AND c.`nleft` >= 2 AND c.`nright` <= 221 ORDER BY `nleft` DESC |
0.1 |
1 |
Yes |
|
/classes/Category.php:1538
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 97 AND pa.`id_product` = 97 AND pa.`id_product_attribute` = 483 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM mb_pos_staticblock AS psb
LEFT JOIN mb_pos_staticblock_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN mb_pos_staticblock_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `identify` = "pt_menu_idcat_3_right" |
0.1 |
9 |
|
|
/modules/posmegamenu/posmegamenu.php:555
/modules/posmegamenu/posmegamenu.php:575 /modules/posmegamenu/posmegamenu.php:808 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 218) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `mb_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.1 |
8 |
Yes |
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:250 /classes/controller/FrontController.php:1519 /classes/controller/FrontController.php:495 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 481) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 748) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 244) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 4102) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 209) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1972 AND pa.`id_product` = 1972 AND pa.`id_product_attribute` = 715 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 192 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 246) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 580) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 229) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1371 AND pa.`id_product` = 1371 AND pa.`id_product_attribute` = 465 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 748 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 164) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 202 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 236) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 481) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1678) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 166) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 208 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 483) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 225 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 240) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 234) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
0 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /classes/Link.php:382 /classes/Link.php:437 /modules/posmegamenu/posmegamenu.php:656 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `mb_product` p
INNER JOIN `mb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `mb_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` = 1373) |
0.1 |
2 |
|
|
/classes/Product.php:3342
/classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 234) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
0 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:653 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 752) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 717) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `mb_hook_alias` |
0.1 |
83 |
|
|
/classes/Hook.php:234
/classes/Hook.php:375 /classes/Hook.php:691 /classes/Hook.php:771 /classes/Dispatcher.php:589 /classes/Dispatcher.php:249 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 120 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 97 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4101 AND pa.`id_product` = 4101 AND pa.`id_product_attribute` = 750 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 210) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `mb_country`
WHERE `id_country` = 6 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Country.php:272
/src/Core/Addon/Module/ModuleManagerBuilder.php:274 /src/Core/Addon/Module/ModuleManagerBuilder.php:190 /src/Core/Addon/Module/ModuleManagerBuilder.php:88 /classes/Link.php:920 /src/Adapter/Image/ImageRetriever.php:256 /classes/controller/FrontController.php:1519 /classes/controller/FrontController.php:495 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4102 AND pa.`id_product` = 4102 AND pa.`id_product_attribute` = 752 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 228) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `mb_hook_alias` |
0.1 |
83 |
|
|
/classes/Hook.php:260
/classes/Hook.php:291 /classes/Hook.php:329 /classes/Hook.php:892 /classes/Dispatcher.php:352 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE data FROM mb_layered_filter_block WHERE hash="de6712a121032a3c52bee55e781485f4" LIMIT 1 |
0.1 |
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:168
/modules/ps_facetedsearch/src/Product/SearchProvider.php:177 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 211) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1374 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 220) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 229) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 461) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 463) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 215) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 245 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `mb_product` p LEFT JOIN `mb_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN mb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1373 AND pa.`id_product` = 1373 AND pa.`id_product_attribute` = 469 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:938
/classes/Product.php:4836 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 183) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 2210 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM mb_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/shop/ShopUrl.php:173
/classes/shop/ShopUrl.php:187 /classes/Tools.php:302 /classes/Link.php:58 /config/config.inc.php:233 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 213) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:749 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 241) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 244 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 746) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 231) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 120) AND (id_product_attribute = 487) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 212) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 208) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1678 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 750) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 166 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 96 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1742 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 469) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 634) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 246 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 214) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1740) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 211 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1292) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 182 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 471 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 206) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 3895 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.1 |
4 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/ps_facetedsearch/src/Product/Search.php:101 /modules/ps_facetedsearch/src/Product/SearchProvider.php:130 /classes/controller/ProductListingFrontController.php:311 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 742) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 756) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 242) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 182 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 196 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 465 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 233 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 4017 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 227) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 3895 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 216) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1374) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 754) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_product_attribute` a
LEFT JOIN `mb_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 715) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Product.php:4882 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 1373 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 183 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1374) AND (id_product_attribute = 471) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 209 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 212 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 207) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 120 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM mb_shop s
LEFT JOIN mb_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/shop/Shop.php:201
/classes/shop/Shop.php:131 /classes/shop/Shop.php:412 /config/config.inc.php:119 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 246) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 634 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1740 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 217 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 3895) AND (id_product_attribute = 580) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 235 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 210 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 207 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 229 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 221) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 4100 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1742) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 178 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 129 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1741 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 170) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 75 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 219) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 96 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 231 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4017) AND (id_product_attribute = 634) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 717 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `mb_tax_rule` tr
JOIN `mb_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.1 |
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3427 /classes/Product.php:3225 /classes/Product.php:4783 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1372) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 0 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:407
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 228 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1374 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 241 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 742 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE `from` BETWEEN '2025-07-25 00:00:00' AND '2025-07-25 23:59:59' LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:358
/classes/SpecificPrice.php:521 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 4017 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4100) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 459 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 2210 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 236 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 130) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 224) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 242 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 223) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/tax/TaxRulesTaxManager.php:115 /classes/Product.php:3400 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 4103 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:128 /classes/shop/Shop.php:412 /config/config.inc.php:119 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 188) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 106 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 754 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 170 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 216 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 21 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 4100 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1292 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mb_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2752
/classes/module/Module.php:2276 /classes/controller/FrontController.php:1551 /classes/controller/FrontController.php:1653 /controllers/front/listing/CategoryController.php:249 /classes/controller/FrontController.php:493 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 163) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 182 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_country` a
LEFT JOIN `mb_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/AddressFormat.php:353 /classes/AddressFormat.php:392 /classes/controller/FrontController.php:1614 /classes/controller/FrontController.php:494 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 243) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:201 :undefined /controllers/front/listing/CategoryController.php:215 /controllers/front/listing/CategoryController.php:121 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4100) AND (id_product_attribute = 748) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 4100 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mb_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 182 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1322
/classes/Product.php:4724 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 124) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1678 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1742 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 116 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 196 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 232 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 96 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 227 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 119 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 182 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 164 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mb_specific_price_priority`
WHERE `id_product` = 1678
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:538 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1741) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 4103 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 225 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mb_specific_price_priority`
WHERE `id_product` = 1740
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:538 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 206 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:953 /modules/posmegamenu/posmegamenu.php:955 /modules/posmegamenu/posmegamenu.php:896 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 750 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE `to` BETWEEN '2025-07-25 00:00:00' AND '2025-07-25 23:59:59' LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:521 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE extrafield FROM mb_integra_mat WHERE id_integra_mat = 4 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:276
/modules/integraprofam/integraprofam.php:101 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 22 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 194 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 467 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mb_specific_price_priority`
WHERE `id_product` = 1742
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:538 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4099) AND (id_product_attribute = 746) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 214 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 120 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1678 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mb_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1322
/classes/Product.php:4724 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mb_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1322
/classes/Product.php:4724 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_group_lang`
WHERE `id_group` = 1 |
0.1 |
4 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Group.php:78 /classes/Group.php:393 /classes/Cart.php:244 /classes/Cart.php:217 /classes/controller/FrontController.php:409 /controllers/front/listing/CategoryController.php:92 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 3895 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 123 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM mb_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1654
/controllers/front/listing/CategoryController.php:94 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 473 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 483) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4017) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 715 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 461 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 1371 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 182 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1376) AND (id_product_attribute = 475) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4096) AND (id_product_attribute = 742) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 187) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1292 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 1372 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 220) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 130 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1371) AND (id_product_attribute = 465) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 127 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 244 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mb_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 196 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1322
/classes/Product.php:4724 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 177) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1372) AND (id_product_attribute = 467) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1375) AND (id_product_attribute = 473) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1369) AND (id_product_attribute = 461) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 2210) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 1375 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 237 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 475 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 124 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1741 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 64 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 182 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 225) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 1376 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 247) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 4099 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 226) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE option_id FROM mb_integra_mat WHERE id_integra_mat = 4 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:271
/modules/integraprofam/integraprofam.php:101 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1740 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 2210) AND (id_product_attribute = 459) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 237) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 469 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 4096 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 120 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `mb_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.1 |
1 |
|
|
/classes/module/Module.php:2188
/classes/Hook.php:848 /classes/Dispatcher.php:352 /index.php:28
|
SELECT SQL_NO_CACHE option_id FROM mb_integra_mat WHERE id_integra_mat = 1 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:182
/modules/integraprofam/integraprofam.php:99 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 177 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `mb_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1588
/classes/Tools.php:689 /classes/controller/FrontController.php:350 /controllers/front/listing/CategoryController.php:92 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 186 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 182) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1742 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1370) AND (id_product_attribute = 463) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1375) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 4102 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 186) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mb_specific_price_priority`
WHERE `id_product` = 1741
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:538 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 128 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 175) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 756 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4101) AND (id_product_attribute = 750) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 4096 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 3895 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 463 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1972) AND (id_product_attribute = 715) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 746 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 483 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 194) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 230) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 196 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 223 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 220 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_tax_lang`
WHERE `id_tax` = 1 |
0.1 |
4 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/tax/TaxRulesTaxManager.php:115 /classes/Product.php:3400 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4104) AND (id_product_attribute = 756) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4103) AND (id_product_attribute = 754) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 163 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 239) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 1369 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_country_lang`
WHERE `id_country` = 6 |
0.1 |
4 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/AddressFormat.php:353 /classes/AddressFormat.php:392 /classes/controller/FrontController.php:1614 /classes/controller/FrontController.php:494 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 4099 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1371 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 225 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1375 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mb_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 225 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1322
/classes/Product.php:4724 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 244 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 97 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 196 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1369 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:550 /config/config.inc.php:165 /index.php:27
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1371) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1369) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 4101 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `mb_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1588
/classes/Tools.php:562 /classes/Tools.php:644 /classes/Dispatcher.php:242 /classes/Dispatcher.php:207 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 247 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 116 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4099) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 4104 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category` a
LEFT JOIN `mb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 1972 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 244) AND (id_product_attribute = 717) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 182 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1373) AND (id_product_attribute = 469) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4102) AND (id_product_attribute = 752) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4831 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 1374 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 4100 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `mb_product_attribute` pa
INNER JOIN mb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 752 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Combination.php:453
/classes/Product.php:4730 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 2210 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 175 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 187 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:873 /modules/posmegamenu/posmegamenu.php:794 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 4096 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1372 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1375 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `mb_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 116 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1322
/classes/Product.php:4724 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1292 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1972 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1376 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 230 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `mb_product_attribute`
WHERE `id_product` = 1370 |
0.1 |
2 |
|
|
/classes/Product.php:2465
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:574 /src/Adapter/Presenter/Product/ProductLazyArray.php:108 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:63 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1376 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1376) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 4017 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1741 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1374 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `mb_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1588
/classes/Group.php:396 /classes/Cart.php:244 /classes/Cart.php:217 /classes/controller/FrontController.php:409 /controllers/front/listing/CategoryController.php:92 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 4104 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 69 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
LEFT JOIN `mb_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1523
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1972) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4096) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM mb_required_field |
0.1 |
2 |
|
|
/classes/ObjectModel.php:1453
/classes/ObjectModel.php:1485 /classes/ObjectModel.php:1416 /classes/controller/FrontController.php:497 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `mb_category_lang`
WHERE `id_category` = 239 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:256 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/posmegamenu/posmegamenu.php:706 /modules/posmegamenu/posmegamenu.php:638 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 120 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1370 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 1 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:187
/modules/integraprofam/integraprofam.php:99 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE format
FROM `mb_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.1 |
1 |
|
|
/classes/AddressFormat.php:618
/classes/AddressFormat.php:583 /classes/AddressFormat.php:568 /classes/AddressFormat.php:512 /classes/AddressFormat.php:391 /classes/controller/FrontController.php:1614 /classes/controller/FrontController.php:494 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 97 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 244) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 4101 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1371 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1369 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 244 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1372 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1373 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `mb_specific_price_priority`
WHERE `id_product` = 1292
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:538 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1972 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 1371 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 4102 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `mb_specific_price` WHERE id_product = 4104 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:496 /classes/Product.php:3320 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 182 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4102) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 4103 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 4017 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 196 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4101) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 4099 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 4103) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1370) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 4102 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 10 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:245
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1370 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1372 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `mb_stock_available`
WHERE (id_product = 1373) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3677 /classes/Product.php:4821 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 2 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:192
/modules/integraprofam/integraprofam.php:99 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 4101 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 244 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1375 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `mb_product_shop`
WHERE `id_product` = 1373 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5620
/classes/Product.php:3399 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1369 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `mb_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2277
/classes/controller/FrontController.php:1551 /classes/controller/FrontController.php:1653 /controllers/front/listing/CategoryController.php:249 /classes/controller/FrontController.php:493 /classes/controller/FrontController.php:547 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE option_id FROM mb_integra_mat WHERE id_integra_mat = 3 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:205
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1740 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/Product.php:4924 /classes/Category.php:1021 /modules/integraprofam/integraprofam.php:304 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE option_id FROM mb_integra_mat WHERE id_integra_mat = 3 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:205
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1376 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 4096 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 1 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:187
/modules/integraprofam/integraprofam.php:99 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 2 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:192
/modules/integraprofam/integraprofam.php:99 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 97 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 11 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:250
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_group`
WHERE `id_group` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3469 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE extrafield_3 FROM mb_integra_mat WHERE id_integra_mat = 4 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:281
/modules/integraprofam/integraprofam.php:101 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1370 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE extrafield FROM mb_integra_mat WHERE id_integra_mat = 3 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:210
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE name FROM mb_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 116 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4725
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 10 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:245
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1972 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 4099 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 2210 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:619 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 4104 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 5 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:220
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 6 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:225
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE extrafield_2 FROM mb_integra_mat WHERE id_integra_mat = 3 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:215
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 7 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:230
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 4 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:291
/modules/integraprofam/integraprofam.php:101 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 8 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:235
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 9 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:240
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:779 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mb_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1529
/modules/posmegamenu/posmegamenu.php:600 /modules/posmegamenu/posmegamenu.php:752 /modules/posmegamenu/posmegamenu.php:825 /modules/posmegamenu/posmegamenu.php:676 /modules/posmegamenu/posmegamenu.php:1055 /modules/posmegamenu/posmegamenu.php:1232 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:64 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7f/2d/13/7f2d13b471aa0c6b3cf783a64d4443a5bb5f5bda_2.file.header.tpl.php:26 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:229 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:68 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 4103 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE extrafield_2 FROM mb_integra_mat WHERE id_integra_mat = 4 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:286
/modules/integraprofam/integraprofam.php:101 /modules/integraprofam/integraprofam.php:326 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /classes/controller/FrontController.php:555 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 4101 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 4102 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `mb_product_group_reduction_cache`
WHERE `id_product` = 1373 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:151
/classes/Product.php:3465 /classes/Product.php:3225 /classes/Product.php:4748 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:77 /classes/controller/ProductListingFrontController.php:323 /classes/controller/ProductListingFrontController.php:545 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 4 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:291
/modules/integraprofam/integraprofam.php:101 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 11 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:250
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE extrafield FROM mb_integra_mat WHERE id_integra_mat = 3 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:210
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 8 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:235
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE option_id FROM mb_integra_mat WHERE id_integra_mat = 4 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:271
/modules/integraprofam/integraprofam.php:101 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE extrafield FROM mb_integra_mat WHERE id_integra_mat = 4 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:276
/modules/integraprofam/integraprofam.php:101 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 6 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:225
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 5 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:220
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE extrafield_2 FROM mb_integra_mat WHERE id_integra_mat = 3 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:215
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE extrafield_3 FROM mb_integra_mat WHERE id_integra_mat = 4 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:281
/modules/integraprofam/integraprofam.php:101 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE extrafield_2 FROM mb_integra_mat WHERE id_integra_mat = 4 |
0.1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:286
/modules/integraprofam/integraprofam.php:101 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 7 |
< 1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:230
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|
SELECT SQL_NO_CACHE active FROM mb_integra_mat_options WHERE id_integra_mat_options = 9 |
< 1 |
1 |
|
|
/modules/integraprofam/integraprofam.php:240
/modules/integraprofam/integraprofam.php:100 /modules/integraprofam/integraprofam.php:319 /classes/Hook.php:966 /classes/Hook.php:351 /classes/Hook.php:903 /config/smarty.config.inc.php:165 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:410 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/70/fd/ba/70fdbaea2410f177004fe0a9fc4a0f8f29199d0b_2.file.layout-both-columns.tpl.php:137 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3f/86/76/3f867692b5a898a2bbb5261ec7667794b8c8a880_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3e/10/aa/3e10aa5cd8ab2c8a60be3546ab249bfca90ef985_2.file.product-list.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/52/ba/5e/52ba5e3b8a421bddcd803c40bb8d99fef977038c_2.file.category.tpl.php:33 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/controller/FrontController.php:682 /classes/controller/FrontController.php:666 /tools/profiling/Controller.php:699 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:511 /index.php:28
|